v5

latestSwagger 2.02026-07-136680294.1 KB

To check Large Person Group training status completed or still ongoing. Large Person Group training is an asynchronous operation triggered by "Train Large Person Group" API.

Training time depends on the number of person entries, and their faces in a Large Person Group. It could be in seconds, or up to half an hour for 1,000,000 persons.

get/largepersongroups/{largePersonGroupId}/training

Path parameters

largePersonGroupIdstring required

ID of the container.

Response

A successful call returns the Large Person Group's training status.

status'notStarted' | 'running' | 'succeeded' | 'failed' required

The status of long running operation.

createdDateTimestring date-time required

A combined UTC date and time string that describes the created time of the person group, large person group or large face list.

lastActionDateTimestring date-time required

A combined UTC date and time string that describes the last modify time of the person group, large person group or large face list, could be null value when the group is not successfully trained.

lastSuccessfulTrainingDateTimestring date-time required

A combined UTC date and time string that describes the last successful training time of the person group, large person group or large face list.

messagestring

Show failure message when training failed (omitted when training succeed).